home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Up2Date / InstallerNG / GUI-API / example / libbase.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-28  |  123 b   |  10 lines

  1.  
  2. #include <exec/libraries.h>
  3.  
  4. struct InstallerGuiBase
  5. {
  6.   struct Library igb_Library;
  7. };
  8.  
  9. #pragma libbase InstallerGuiBase
  10.